Make GtkTreeView tell the column about expand space instead of just assigning column...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 29 Nov 2010 09:04:47 +0000 (18:04 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 29 Nov 2010 09:04:47 +0000 (18:04 +0900)
commitb39521dcf79f4a5e69c709bdbf0a3de5f4fb6428
treecbd84d41195f06f684b5a50826cca03aec209830
parent5729d2552b685bde855993d46216da89daa23763
Make GtkTreeView tell the column about expand space instead of just assigning column->width.

Also modified the api to open up the way for treeview to tell the column
about how much of its size is really used to render the area.
gtk/gtktreeprivate.h
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c